@keyframes a_menu_item_show {
  0% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes a_menu_item_hide {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, -30px);
    opacity: 0;
  }
}
@keyframes a_bg_hover_show {
  0% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes a_bg_hover_hide {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 0.5);
    opacity: 0;
  }
}
@font-face {
  font-family: OswaldMedium;
  src: url('../font/Oswald-Medium.ttf');
}
body {
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
  color: #000;
  line-height: 1.5;
  font-size: 14px;
}
body.bgcolor_grey {
  background-color: #fafbfc;
}
.wrap {
  display: block;
  width: 100%;
  position: relative;
}
.wrap_head {
  display: block;
  position: absolute;
  top: 72px;
  width: 100%;
  height: 72px;
  z-index: 2;
  transition: all 0.2s linear;
}
.wrap_head.submenu_show .head_con .logo h1 {
  background-image: url(../image/logo_active.png);
  background-size: 100% 100%;
}
.wrap_head.submenu_show .head_con .menu_list .menu_item .txt {
  color: #2b2e2e;
}
.wrap_head.submenu_show .bg_hover {
  display: block !important;
  width: 100%;
  height: 355px;
  background: #ffffff;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-animation: a_bg_hover_show 0.2s ease-out both;
  -webkit-transform-origin: 50% 0%;
}
.wrap_head.submenu_hide .bg_hover {
  -webkit-animation: a_bg_hover_hide 0.15s ease-out both;
  -webkit-transform-origin: 50% 0%;
}
.wrap_head .head_con {
  display: block;
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wrap_head .head_con .logo {
  display: block;
  height: 30px;
  width: 166px;
  position: absolute;
  left: 0px;
  top: 20px;
}
    .wrap_head .head_con .logo h1 {
        display: block;
        height: 49px;
        width: 250px;
        background: url(../image/logo.png) no-repeat 0 0;
        text-indent: -9999px;
        overflow: hidden;
        background-size: 100% 100%;
    }
.wrap_head .head_con .logo h1.active {
  background-image: url(../image/logo_active.png);
}
.wrap_head .head_con .menu_list {
  display: block;
  height: 72px;
  position: absolute;
  right: 160px;
  top: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s linear;
  transform: translate(0px, 0);
}
.wrap_head .head_con .menu_list.active .menu_item .txt {
  color: #2b2e2e;
}
.wrap_head .head_con .menu_list .menu_item {
  display: inline-block;
  height: 72px;
  float: left;
  margin-left: 72px;
  position: relative;
}
.wrap_head .head_con .menu_list .menu_item .txt {
  display: block;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  opacity: 0.8;
  -webkit-transition: color 0.3s linear;
  position: relative;
  z-index: 2;
}
.wrap_head .head_con .menu_list .menu_item .txt .stick {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 19px;
  left: 0;
  background: #027575;
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  z-index: 3;
}
.wrap_head .head_con .menu_list .menu_item .txt:hover {
  opacity: 1;
}
.wrap_head .head_con .menu_list .menu_item .sub_list {
  display: none;
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
}
.wrap_head .head_con .menu_list .menu_item .sub_list li a {
  display: block;
  font-size: 16px;
  color: #2b2e2e;
  opacity: 0.7;
  padding: 13px 0;
}
.wrap_head .head_con .menu_list .menu_item .sub_list li a:hover {
  opacity: 1;
}
.wrap_head .submenu_hide,
.wrap_head .sublist_hide {
  pointer-events: none;
}
.wrap-content {
  position: relative;
  z-index: 1;
}
.banner_area {
  display: block;
  height: 780px;
  width: 100%;
  position: relative;
  margin-top: -72px;
  overflow: hidden;
  background-color: #000;
}
.banner_area.inner {
  height: 145px;
  background-color: #fff;
}
.banner_area .video1 {
  width: 2560px;
  height: 780px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1;
}
.banner_area .banner_txt {
  display: block;
  width: 800px;
  height: 81px;
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 2;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  letter-spacing: 18px;
  font-weight: normal;
  font-family: FZLTXHK--GBK1-0;
}
.banner_area .banner_txt p {
  display: inline-block;
  font-size: 54px;
  color: #fff;
}
@media screen and (min-width: 1921px) {
  .banner_area {
    height: 1040px;
  }
  .banner_area .video1 {
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.area-title {
  width: 1300px;
  margin: 0 auto;
  padding-top: 155px;
  padding-bottom: 117px;
  font-size: 34px;
  line-height: 48px;
  color: #323233;
  letter-spacing: 2.13px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.area-title::after {
  content: '';
  width: 48px;
  height: 2px;
  background-color: #027575;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 210px;
}
.recommend-area {
  width: 1300px;
  margin: 0 auto;
}
.recommend-area ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}
.recommend-area ul li.last {
  margin-right: 0;
}
.recommend-area ul li:nth-of-type(1),
.recommend-area ul li:nth-of-type(4) {
  width: 859px;
  height: 412px;
}
.recommend-area ul li:nth-of-type(1) img,
.recommend-area ul li:nth-of-type(4) img {
  width: 859px;
}
.recommend-area ul li:nth-of-type(2),
.recommend-area ul li:nth-of-type(3),
.recommend-area ul li:nth-of-type(5),
.recommend-area ul li:nth-of-type(6),
.recommend-area ul li:nth-of-type(7) {
  width: 416px;
  height: 412px;
}
.recommend-area ul li:nth-of-type(2) img,
.recommend-area ul li:nth-of-type(3) img,
.recommend-area ul li:nth-of-type(5) img,
.recommend-area ul li:nth-of-type(6) img,
.recommend-area ul li:nth-of-type(7) img {
  width: 416px;
}
.recommend-area ul li:nth-of-type(5),
.recommend-area ul li:nth-of-type(6) {
  margin-right: 26px;
}
.recommend-area ul li img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 412px;
  z-index: 2;
}
.recommend-area ul li .mask {
  width: 100%;
  height: 195px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(55, 55, 55, 0.49) 100%);
  z-index: 3;
}
.recommend-area ul li .title {
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  line-height: 45px;
  color: #FFFFFF;
  letter-spacing: 2px;
  position: absolute;
  left: 38px;
  bottom: 25px;
  z-index: 4;
}
.recommend-area ul li .sub-title {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  letter-spacing: 1.25px;
  position: absolute;
  left: 38px;
  bottom: 75px;
  z-index: 4;
}
.news-area {
  width: 1300px;
  margin: 0 auto;
}
.news-area ul li {
  float: left;
  width: 416px;
  margin-right: 26px;
}
.news-area ul li:hover .info-block {
  background-color: #f4f7f9;
}
.news-area ul li.last {
  margin-right: 0;
}
.news-area ul li img {
  width: 416px;
  height: 255px;
  object-fit: cover;
}
.news-area ul li .info-block {
  background-color: #fafbfc;
  padding: 23px 24px 21px 22px;
  height: 206px;
}
.news-area ul li .info-block h2 {
  font-family: PingFangSC-Semibold;
  font-size: 21px;
  color: #323233;
  letter-spacing: 0;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-area ul li .info-block p {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #323233;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-area ul li .info-block span {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #909697;
  letter-spacing: 0.2px;
  padding-top: 25px;
  display: block;
}
.about-area {
  width: 1300px;
  margin: 0 auto;
}
.about-area .info-block {
  float: left;
  width: 604px;
  height: 372px;
}
.about-area .info-block .excerpt {
  font-size: 15px;
  color: #646566;
  letter-spacing: 0;
  line-height: 24px;
  height: 192px;
  overflow: hidden;
  text-indent: 2em;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.about-area .info-block .number-show .num {
  float: left;
  text-align: center;
}
.about-area .info-block .number-show .num.num1 {
  width: 33%;
}
.about-area .info-block .number-show .num.num2 {
  width: 33%;
}
.about-area .info-block .number-show .num.num3 {
  width: 33%;
}
.about-area .info-block .number-show .num.w25 {
   width: 25%;
}
.about-area .info-block .number-show .num .big-num {
  font-size: 45px;
  line-height: 80px;
  color: #323233;
  letter-spacing: -1px;
  font-family: OswaldMedium;
}
.about-area .info-block .number-show .num .desc {
  font-size: 14px;
  color: #150000;
  letter-spacing: 0;
  line-height: 24px;
}
.about-area .swiper-container {
  float: left;
  width: 664px;
  height: 372px;
  margin-left: 32px;
}
.about-area .swiper-container .swiper-pagination-bullet-active {
  background-color: #027575;
}
.about-area .swiper-container .swiper-wrapper {
  width: 664px;
  height: 372px;
}
.about-area .swiper-container .swiper-wrapper .swiper-slide {
  width: 664px;
  height: 372px;
}
.about-area .swiper-container .swiper-wrapper .swiper-slide .photo {
  width: 664px;
  height: 372px;
  object-fit: cover;
}
.cate-switch-block {
  text-align: center;
}
.cate-switch-block .switch-btn {
  cursor: pointer;
  display: inline-block;
  width: 226px;
  height: 63px;
  background-color: #F5F6F8;
  border-radius: 31.5px;
  line-height: 63px;
  font-size: 26px;
  color: #979BA2;
  text-align: center;
  margin-left: 35px;
  margin-right: 35px;
}
.cate-switch-block .switch-btn.active {
  background-color: #027575;
  color: #fff;
}
.slider-box-outer {
  width: 1296px;
  height: 750px;
  margin: 80px auto 0 auto;
  position: relative;
}
.slider-box-outer .swiper-block {
  width: 1296px;
  height: 750px;
  overflow: hidden;
}
.slider-box-outer .swiper-block .swiper-button-next {
  color: #d9d9d9;
  width: 84px;
  height: 84px;
  border: 1px solid #EFF0F3;
  border-radius: 50%;
  right: -119px;
  top: 228px;
}
.slider-box-outer .swiper-block .swiper-button-next:hover {
  color: #646566;
}
.slider-box-outer .swiper-block .swiper-button-prev {
  color: #d9d9d9;
  width: 84px;
  height: 84px;
  border: 1px solid #EFF0F3;
  border-radius: 50%;
  left: -144px;
  top: 228px;
}
.slider-box-outer .swiper-block .swiper-button-prev:hover {
  color: #646566;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide {
  width: 408px;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .img-cover {
  width: 408px;
  height: 496px;
  overflow: hidden;
  margin: auto;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .img-cover .photo {
  width: 408px;
  height: 496px;
  object-fit: cover;
  transition: all 0.5s;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .img-cover .photo:hover {
  transform: scale(1.2);
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .title {
  font-size: 32px;
  color: #232830;
  letter-spacing: 0;
  text-align: center;
  line-height: 45px;
  margin-top: 48px;
  height: 48px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .sub {
  font-size: 18px;
  color: #7E818A;
  letter-spacing: 1.23px;
  text-align: center;
  line-height: 32px;
  height: 64px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 21px;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .more {
  margin-top: 37px;
  font-size: 15px;
  color: #272A2B;
  letter-spacing: 1.02px;
  text-align: center;
  line-height: 21px;
  position: relative;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .more.active::after {
  background-color: #027575;
}
.slider-box-outer .swiper-block .swiper-wrapper .swiper-slide .more::after {
  content: '';
  display: block;
  width: 68px;
  height: 3px;
  background-color: #272A2B;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: -8px;
}
.creative-block {
  width: 1300px;
  position: relative;
  margin: 0 auto 0 auto;
}
.creative-block .item-windows .item-win {
  position: relative;
  width: 630px;
  height: 556px;
  float: left;
}
.creative-block .item-windows .item-win:first-child {
  margin-right: 40px;
}
.creative-block .item-windows .item-win .mask {
  width: 630px;
  height: 556px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.82;
  background-color: #192323;
}
.creative-block .item-windows .item-win .item-link-block {
  width: 630px;
  height: 556px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
.creative-block .item-windows .item-win .item-link-block ul {
  width: 630px;
  height: 556px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.creative-block .item-windows .item-win .item-link-block ul li a {
  font-size: 19px;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 1.3px;
  line-height: 35px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  display: inline-block;
}
.creative-block .item-windows .item-win .item-link-block ul li a:hover {
  border-bottom: 2px solid #027575;
}
.creative-block .item-windows .item-win .bg-photo {
  width: 630px;
  height: 556px;
  object-fit: cover;
}
.creative-block .item-desc-block .item-desc-item {
  width: 328px;
  text-align: center;
  float: right;
  margin-right: 151px;
}
.creative-block .item-desc-block .item-desc-item:first-child {
  float: left;
  margin-left: 151px;
}
.creative-block .item-desc-block .item-desc-item .title {
  font-size: 32px;
  color: #232830;
  letter-spacing: 0;
  text-align: center;
  line-height: 45px;
  margin-top: 66px;
}
.creative-block .item-desc-block .item-desc-item .desc {
  font-size: 18px;
  color: #7E818A;
  letter-spacing: 1.23px;
  line-height: 32px;
  margin-top: 21px;
  height: 64px;
  overflow: hidden;
}
.creative-block .item-desc-block .item-desc-item .more {
  margin-top: 37px;
  font-size: 15px;
  color: #272A2B;
  letter-spacing: 1.02px;
  text-align: center;
  line-height: 21px;
  position: relative;
}
.creative-block .item-desc-block .item-desc-item .more a {
  color: #272A2B;
}
.creative-block .item-desc-block .item-desc-item .more:hover::after {
  background-color: #027575;
}
.creative-block .item-desc-block .item-desc-item .more::after {
  content: '';
  display: block;
  width: 68px;
  height: 3px;
  background-color: #272A2B;
  position: absolute;
  left: 50%;
  margin-left: -34px;
  bottom: -8px;
}
.more-btn {
  text-align: center;
  margin-top: 73px;
}
.more-btn a {
  width: 171px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 15px;
  color: #272A2B;
  letter-spacing: 0.94px;
  border: 1px solid #272A2B;
  display: inline-block;
}
.wrap-foot {
  background-color: #027575;
  width: 100%;
  height: 106px;
  margin-top: 116px;
}
.wrap-foot .foot-con {
  width: 1300px;
  margin: 0 auto;
}
.wrap-foot .foot-con .site-info {
  float: left;
  padding-top: 30px;
}
.wrap-foot .foot-con .site-info .line1 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #BAD8DD;
  letter-spacing: 0.88px;
  text-align: center;
  line-height: 20px;
  opacity: 0.88;
  transition: opacity 0.2s ease-out;
}
.wrap-foot .foot-con .site-info .line1:hover {
  opacity: 1;
}
.wrap-foot .foot-con .site-info .line2 {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #BAD8DD;
  letter-spacing: 0.75px;
  text-align: center;
  line-height: 17px;
  opacity: 0.75;
  transition: opacity 0.2s ease-out;
}
.wrap-foot .foot-con .site-info .line2:hover {
  opacity: 1;
}
.wrap-foot .foot-con .site-info .line2 a {
  color: #BAD8DD;
}
.wrap-foot .foot-con .out-link {
  margin-left: 30px;
  padding-top: 33px;
  float: left;
}
.wrap-foot .foot-con .out-link ul li {
  position: relative;
  margin-right: 16px;
  float: left;
}
.wrap-foot .foot-con .out-link ul li .qr-code {
  width: 150px;
  height: 0;
  position: absolute;
  top: -17px;
  left: -57px;
  transition: all 0.2s ease-out;
  z-index: 7;
}
.wrap-foot .foot-con .out-link ul li:hover .qr-code {
  height: 150px;
  top: -167px;
}
.wrap-foot .foot-con .out-link ul li .icon {
  width: 36px;
  height: 36px;
}
.wrap-foot .foot-con .foot-menu {
  float: right;
  padding-top: 43px;
}
.wrap-foot .foot-con .foot-menu a {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #BAD8DD;
  letter-spacing: 0.88px;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.wrap-foot .foot-con .foot-menu a:hover {
  opacity: 1;
}
.sidemenu-order {
  position: fixed;
  right: -293px;
  bottom: 300px;
  height: 162px;
  width: 328px;
  z-index: 5;
  transition: all 0.3s ease-out;
}
.sidemenu-order.open {
  right: 0;
}
.sidemenu-order .menu-name {
  margin-top: 21px;
  width: 25px;
  padding-left: 5px;
  padding-right: 5px;
  height: 102px;
  background-color: #027575;
  float: left;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-align: center;
  padding-top: 18px;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}
.sidemenu-order .menu-content {
  width: 293px;
  height: 162px;
  background-color: #F4F7FA;
  float: left;
}
.sidemenu-order .menu-content ul li {
  float: left;
  text-align: center;
  margin-left: 22px;
  margin-top: 19px;
}
.sidemenu-order .menu-content ul li.first {
  margin-left: 26px;
}
.sidemenu-order .menu-content ul li img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.sidemenu-order .menu-content ul li p {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #272A2B;
  letter-spacing: 0.81px;
  line-height: 18px;
  margin-top: 5px;
  display: block;
}
.sidemenu-contact {
  position: fixed;
  right: -293px;
  bottom: 150px;
  height: 162px;
  width: 328px;
  z-index: 5;
  transition: all 0.3s ease-out;
}
.sidemenu-contact.open {
  right: 0;
}
.sidemenu-contact .menu-name {
  margin-top: 21px;
  width: 25px;
  padding-left: 5px;
  padding-right: 5px;
  height: 102px;
  background-color: #027575;
  float: left;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-align: center;
  padding-top: 18px;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}
.sidemenu-contact .menu-content {
  width: 293px;
  height: 162px;
  background-color: #F4F7FA;
  float: left;
}
.sidemenu-contact .menu-content .title {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #272A2B;
  letter-spacing: 0;
  line-height: 22px;
  padding-left: 21px;
  padding-top: 17px;
  padding-bottom: 18px;
}
.sidemenu-contact .menu-content .line {
  font-family: PingFangSC-Regular;
  font-size: 15px;
  color: #272A2B;
  letter-spacing: 0;
  line-height: 21px;
  padding-left: 21px;
  padding-bottom: 5px;
}
.column-banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.list-area {
  width: 1200px;
  margin: 59px auto 0 auto;
}
.list-area ul li {
  width: 1200px;
  height: 255px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 20px 0 rgba(165, 165, 165, 0.1);
  transition: box-shadow 0.3s ease-out;
}
.list-area ul li:hover {
  box-shadow: 0 1px 20px 0 rgba(165, 165, 165, 0.3);
}
.list-area ul li .cover {
  float: left;
  width: 340px;
  height: 200px;
  object-fit: cover;
  margin-left: 28px;
  margin-top: 28px;
}
.list-area ul li .content {
  float: left;
  width: 750px;
  padding-left: 50px;
}
.list-area ul li .content h2 {
  font-family: PingFangSC-Medium;
  font-size: 28px;
  line-height: 42px;
  color: #272A2B;
  letter-spacing: 0;
  margin-top: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-area ul li .content h2 a {
  color: #272A2B;
}
.list-area ul li .content .description {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #909697;
  letter-spacing: 0;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 11px;
}
.list-area ul li .content .info-line {
  margin-top: 30px;
  line-height: 27px;
}
.list-area ul li .content .info-line span {
  float: left;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #909697;
  letter-spacing: 0;
}
.list-area ul li .content .info-line a {
  float: right;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #027575;
  letter-spacing: 0;
}
.content-nav {
  width: 100%;
  height: 54px;
  background-color: #FAFBFC;
  line-height: 54px;
}
.content-nav.border-bottom {
  border: 1px solid #F3F4F5;
}
.content-nav .nav-link {
  width: 1200px;
  margin: 0 auto;
  height: 54px;
  font-size: 14px;
  letter-spacing: 0;
}
.content-nav .nav-link a {
  color: #323233;
}
.content-nav .nav-link a.last {
  color: #999;
}
.content-nav .nav-link a.last:after {
  content: '';
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.content-nav .nav-link a:after {
  content: '>';
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.article-title {
  width: 1124px;
  margin: 78px auto 0 auto;
  font-family: PingFangSC-Medium;
  font-size: 32px;
  color: #323233;
  letter-spacing: 0;
  line-height: 45px;
}
.article-date {
  width: 1124px;
  margin: 18px auto 0 auto;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #909697;
  letter-spacing: 0;
}
.article-rich-text {
  width: 1124px;
  margin: 53px auto 0 auto;
  font-size: 14px;
  line-height: 2;
  min-height: 500px;
}
.block-nav-area {
  background-color: #fafbfc;
  width: 100%;
  height: 54px;
}
.block-nav-area .co {
  width: 1300px;
  margin: 0 auto;
  height: 54px;
}
.block-nav-area .co ul li {
  float: left;
  line-height: 51px;
  height: 51px;
  border-bottom: 3px solid #fafbfc;
  margin-right: 73px;
}
.block-nav-area .co ul li.active {
  border-bottom: 3px solid #027575;
}
.block-nav-area .co ul li a {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #272A2B;
  letter-spacing: 0;
}
.block-info-area {
  background-color: #fff;
  padding-top: 124px;
  padding-bottom: 120px;
}
.block-info-area .co {
  width: 1300px;
  margin: 0 auto;
}
.block-info-area .co .video {
  float: left;
  width: 627px;
  height: 376px;
}
.block-info-area .co .video iframe {
  width: 627px;
  height: 376px;
}
.block-info-area .co .photo {
  float: left;
}
.block-info-area .co .photo img {
  width: 627px;
  height: 376px;
  object-fit: cover;
}
.block-info-area .co .detail {
  float: right;
  width: 607px;
}
.block-info-area .co .detail .title-outer {
  border-bottom: 1px solid #F2F3F6;
  margin-top: -26px;
}
.block-info-area .co .detail .title-outer .middle {
  display: inline-block;
  border-bottom: 3px solid #027575;
}
.block-info-area .co .detail .title-outer .middle .inner {
  font-size: 40px;
  line-height: 86px;
  color: #027575;
  letter-spacing: 0;
}
.block-info-area .co .detail .description {
  font-size: 14px;
  color: #646566;
  letter-spacing: 0;
  line-height: 27px;
  padding-top: 18px;
}
.block-info-area .co .detail .description p {
  margin-top: 12px;
}
.block-info-area .co .detail .description .tel {
  margin-top: 16px;
  font-size: 18px;
  color: #272A2B;
  letter-spacing: 0;
}
.block-info-area .swiper-container {
  float: left;
  width: 627px;
  height: 376px;
  margin-left: 32px;
}
.block-info-area .swiper-container .swiper-pagination-bullet-active {
  background-color: #027575;
}
.block-info-area .swiper-container .swiper-wrapper {
  width: 627px;
  height: 376px;
}
.block-info-area .swiper-container .swiper-wrapper .swiper-slide {
  width: 627px;
  height: 376px;
}
.block-info-area .swiper-container .swiper-wrapper .swiper-slide .photo {
  width: 627px;
  height: 376px;
  object-fit: cover;
}
.block-list-area {
  width: 1300px;
  margin: 0 auto;
}
.block-list-area .block-title {
  text-align: center;
  font-size: 40px;
  color: #027575;
  letter-spacing: 0;
  line-height: 56px;
  margin-top: 87px;
}
.block-list-area .video {
  width: 1000px;
  height: 563px;
  margin: 0 auto;
}
.block-list-area .video iframe {
  width: 1000px;
  height: 563px;
}
.block-list-area > ul {
  margin-top: 57px;
}
.block-list-area > ul > li {
  width: 1300px;
  padding-bottom: 25px;
  background: #FFFFFF;
  box-shadow: 0 1px 20px 0 rgba(165, 165, 165, 0.1);
  transition: box-shadow 0.3s ease;
  margin-bottom: 30px;
}
.block-list-area > ul > li .rich {
  word-break: break-all;
  width: 1240px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  color: #646566;
  letter-spacing: 0;
  line-height: 27px;
  padding-top: 18px;
}
.block-list-area > ul > li .rich img {
  max-width: 1000px;
}
.block-list-area > ul > li .rich p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-list-area > ul > li:hover {
  box-shadow: 0 1px 20px 0 rgba(165, 165, 165, 0.3);
}
.block-list-area > ul > li .cover {
  float: left;
  width: 341px;
  height: 200px;
  margin-top: 28px;
  margin-left: 28px;
}
.block-list-area > ul > li .detail {
  float: right;
  width: 860px;
  padding-right: 20px;
  padding-top: 55px;
}
.block-list-area > ul > li .detail h3 a {
  font-size: 28px;
  color: #272A2B;
  letter-spacing: 0;
  line-height: 42px;
}
.block-list-area > ul > li .detail .des {
  font-size: 18px;
  color: #909697;
  letter-spacing: 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 11px;
}
.block-list-area > ul > li .detail .link {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  margin-top: 11px;
  color: #027575;
  letter-spacing: 0;
}
.document-rich {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  color: #646566;
  letter-spacing: 0;
  line-height: 27px;
  padding-top: 18px;
}
.document-rich img {
  max-width: 1000px;
}
.document-rich p {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*# sourceMappingURL=global.css.map */


/* ÆóÒµÈÙÓþ */

.body-wrap {
    width: 800px;
    margin: 0 auto;
}
.main {
    font-weight: 300;
    outline: none;
}

    .main ul {
        list-style: none;
        margin-top: 50px;
    }

        .main ul li {
            margin-top: 30px;
        }

            .main ul li a {
                display: block;
                background-color: #fff;
                border-radius: 14px;
                position: relative;
                padding: 8px 24px 20px;
                overflow: hidden;
                transition: .3s;
                text-decoration: none;
                cursor: pointer;
                min-height:200px;
            }

                .main ul li a:hover {
/*                    background: #005bbb;*/
                    box-shadow: 0 0 46px #69b3ff;
                }

                .main ul li a h3 {
                    font-weight: 300;
                    font-size: 43px;
                    color: #000;
                    line-height: 1.3em;
                    font-family: DIN-Regular;
                    letter-spacing: -6px;
                    margin-bottom: 8px;
                    padding-right: 3px;
                    overflow: hidden;
                    transition: .3s;
                    margin-top: 0px;
                }
                .main ul li a p {
                    line-height: 3rem;
                }
                .main ul li a .desc {
                    font-size: 14px;
                    color: #000;
                    line-height: 2em;
                    overflow: hidden;
                    transition: .3s;
                }

                .main ul li a .pic {
                    position: absolute;
                    right: 76px;
                    bottom: 20px;
                }

                    .main ul li a .pic .img1 {
                        display: block;
                        max-width: 100%;
                        transition: .3s;
                        width: 219px;
                        height: 185px;
                        border-radius: 10px;
                    }

                    .main ul li a .pic .img2 {
                        display: none;
                    }

/*                .main ul li a:hover h3, .main ul li a:hover .desc {
                    color: #fff;
                }*/

/*                .main ul li a:hover .pic .img1 {
                    display: none;
                }

                .main ul li a:hover .pic .img2 {
                    display: block;
                }*/